home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
gui
/
pref
/
prefstrings.pyo
(
.txt
)
< prev
Wrap
Python Compiled Bytecode
|
2008-10-13
|
2KB
|
40 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
from config import platformName
tabnames = [
('accounts', _('Accounts')),
('general_profile', _('General & Profile')),
('appearance', _('Skins')),
('contact_list', _('Buddy List')),
('text_conversations', _('Conversations')),
('files', _('File Transfers')),
('status', _('Status')),
('privacy', _('Privacy')),
('notifications', _('Notifications')),
('widgets', _('Widgets'))]
if platformName != 'mac':
tabnames.extend([])
from gui.pref.prefsearchable import *
class StringStorage(dict):
def __call__(self, s):
try:
return self[s]
except KeyError:
return s
L = locals()
for module, nice_name in tabnames:
strs = L[module]
L[module] = StringStorage((lambda .0: for s in .0:
(s, _(s)))(strs))
all = dict((lambda .0: for module, nice_name in .0:
(module, L[module]))(tabnames))